home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d4 / axrud582.arc / PRINTME.BAT < prev    next >
DOS Batch File  |  1990-06-27  |  722b  |  16 lines

  1. echo              =========================================
  2. echo               XORU 5.82 ORDER FORM PRINT BATCH FILE
  3. echo              =========================================
  4. echo          Also, to print documentation, type the following
  5. echo          at the DOS prompt:
  6. echo                     copy xoru.doc prn
  7. echo          Ensure that your printer is on and ready.
  8. echo          The documentation is nine pages long and is pre-formatted.
  9. echo =====================================================================
  10. echo    At this time, prepare your printer for the registration
  11. echo    order form.
  12. echo ======================================================================
  13. pause
  14. copy order prn
  15. echo  Done!
  16.